-
I am using Spring Security Oauth2 with keycloak 10 to authenticate my app users. Can anyone tell me how to …
- 334 views
- 2 answers
- 0 votes
-
Is there a way to define with hibernate which entities should be created in which tenant? Because for different tenant, …
- 352 views
- 1 answers
- 0 votes
-
So I have successfully implemented separate authorization server and resource server. I have added CustomAccessDeniedHandler and CustomAuthenticationEntryPoint for handling missing …
- 356 views
- 0 answers
- 0 votes
-
I was trying out the following config code, to get different session management for two APIs based on ant matchers …
- 326 views
- 1 answers
- 0 votes
-
I am developing an application which uses a H2 database. Used this tech in the past with no issues, but …
- 384 views
- 1 answers
- 0 votes
-
I have CTE that is been creating from DSL.values: final RowN[] rowNS = tasksId .stream() .map(x -> DSL.row(x.toString())) .toArray(RowN[]::new); CommonTableExpression<Record1<String>> …
- 315 views
- 1 answers
- 0 votes
-
I am doing project on spring boot…but got this error while running the application. It might be the H2 database …
- 360 views
- 1 answers
- 0 votes
-
I am new to spring and creating backend using spring and oauth 2 so far I was able to implement …
- 302 views
- 0 answers
- 0 votes